home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / tasker6.zip / Install.cmd < prev    next >
OS/2 REXX Batch file  |  1997-03-30  |  162b  |  10 lines

  1. /*rexx installation program*/
  2.  
  3. 'type license.txt | MORE'
  4. say "PRESS Y IF YOU AGREE WITH THE ABOVE TERMS "
  5. pull ans
  6. if ans \= y  then exit
  7. ESINST
  8. exit
  9.  
  10.